const unicode.pC

67 uses

	unicode (current package)
		graphic.go#L9: 	pC     = 1 << iota // a control character.
		graphic.go#L83: 		return properties[uint8(r)]&pC != 0
		tables.go#L7252: 	0x00: pC,       // '\x00'
		tables.go#L7253: 	0x01: pC,       // '\x01'
		tables.go#L7254: 	0x02: pC,       // '\x02'
		tables.go#L7255: 	0x03: pC,       // '\x03'
		tables.go#L7256: 	0x04: pC,       // '\x04'
		tables.go#L7257: 	0x05: pC,       // '\x05'
		tables.go#L7258: 	0x06: pC,       // '\x06'
		tables.go#L7259: 	0x07: pC,       // '\a'
		tables.go#L7260: 	0x08: pC,       // '\b'
		tables.go#L7261: 	0x09: pC,       // '\t'
		tables.go#L7262: 	0x0A: pC,       // '\n'
		tables.go#L7263: 	0x0B: pC,       // '\v'
		tables.go#L7264: 	0x0C: pC,       // '\f'
		tables.go#L7265: 	0x0D: pC,       // '\r'
		tables.go#L7266: 	0x0E: pC,       // '\x0e'
		tables.go#L7267: 	0x0F: pC,       // '\x0f'
		tables.go#L7268: 	0x10: pC,       // '\x10'
		tables.go#L7269: 	0x11: pC,       // '\x11'
		tables.go#L7270: 	0x12: pC,       // '\x12'
		tables.go#L7271: 	0x13: pC,       // '\x13'
		tables.go#L7272: 	0x14: pC,       // '\x14'
		tables.go#L7273: 	0x15: pC,       // '\x15'
		tables.go#L7274: 	0x16: pC,       // '\x16'
		tables.go#L7275: 	0x17: pC,       // '\x17'
		tables.go#L7276: 	0x18: pC,       // '\x18'
		tables.go#L7277: 	0x19: pC,       // '\x19'
		tables.go#L7278: 	0x1A: pC,       // '\x1a'
		tables.go#L7279: 	0x1B: pC,       // '\x1b'
		tables.go#L7280: 	0x1C: pC,       // '\x1c'
		tables.go#L7281: 	0x1D: pC,       // '\x1d'
		tables.go#L7282: 	0x1E: pC,       // '\x1e'
		tables.go#L7283: 	0x1F: pC,       // '\x1f'
		tables.go#L7379: 	0x7F: pC,       // '\u007f'
		tables.go#L7380: 	0x80: pC,       // '\u0080'
		tables.go#L7381: 	0x81: pC,       // '\u0081'
		tables.go#L7382: 	0x82: pC,       // '\u0082'
		tables.go#L7383: 	0x83: pC,       // '\u0083'
		tables.go#L7384: 	0x84: pC,       // '\u0084'
		tables.go#L7385: 	0x85: pC,       // '\u0085'
		tables.go#L7386: 	0x86: pC,       // '\u0086'
		tables.go#L7387: 	0x87: pC,       // '\u0087'
		tables.go#L7388: 	0x88: pC,       // '\u0088'
		tables.go#L7389: 	0x89: pC,       // '\u0089'
		tables.go#L7390: 	0x8A: pC,       // '\u008a'
		tables.go#L7391: 	0x8B: pC,       // '\u008b'
		tables.go#L7392: 	0x8C: pC,       // '\u008c'
		tables.go#L7393: 	0x8D: pC,       // '\u008d'
		tables.go#L7394: 	0x8E: pC,       // '\u008e'
		tables.go#L7395: 	0x8F: pC,       // '\u008f'
		tables.go#L7396: 	0x90: pC,       // '\u0090'
		tables.go#L7397: 	0x91: pC,       // '\u0091'
		tables.go#L7398: 	0x92: pC,       // '\u0092'
		tables.go#L7399: 	0x93: pC,       // '\u0093'
		tables.go#L7400: 	0x94: pC,       // '\u0094'
		tables.go#L7401: 	0x95: pC,       // '\u0095'
		tables.go#L7402: 	0x96: pC,       // '\u0096'
		tables.go#L7403: 	0x97: pC,       // '\u0097'
		tables.go#L7404: 	0x98: pC,       // '\u0098'
		tables.go#L7405: 	0x99: pC,       // '\u0099'
		tables.go#L7406: 	0x9A: pC,       // '\u009a'
		tables.go#L7407: 	0x9B: pC,       // '\u009b'
		tables.go#L7408: 	0x9C: pC,       // '\u009c'
		tables.go#L7409: 	0x9D: pC,       // '\u009d'
		tables.go#L7410: 	0x9E: pC,       // '\u009e'
		tables.go#L7411: 	0x9F: pC,       // '\u009f'